home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / CC_C / 1116.ZIP / TOOLKIT.ARC / HELLO2.C < prev    next >
Text File  |  1979-12-31  |  100b  |  11 lines

  1.  
  2. /* HELLO2.C */
  3.  
  4. #include stdio.h
  5.  
  6. main()
  7.        {
  8.          printf("Hello",0);
  9.        }
  10.  
  11.